home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr29 / tskbar15.zip / README.TXT < prev    next >
Text File  |  1995-01-12  |  8KB  |  179 lines

  1.                         TASKBAR FOR OS/2
  2.                           version 1.05
  3.  
  4. Program description
  5. -------------------
  6. The taskbar program allows rapid switching among multiple running programs
  7. by providing a popup button bar containing a list of all running programs
  8. in the system. The taskbar is activated by moving the mouse cursor to the
  9. bottom edge of the screen. The desired task can then be selected by clicking
  10. on the appropriate button with the mouse. In order to re-hide the taskbar,
  11. simply move the mouse cursor outside of the taskbar.
  12.  
  13. Taskbar is shareware with a 14 day evaluation period. The registration fee
  14. is $15.00 per copy (see the file Register.TXT for registration information).
  15. If you are running an unregistered version of the program, a nag dialog will
  16. come up the first time the program is run, and every time the program is
  17. started after the 14 day trial period has expired.
  18.  
  19. System requirements
  20. -------------------
  21.  * OS/2 version 2.1 or higher
  22.  
  23. Taskbar files
  24. -------------
  25. TaskBar.EXE     Taskbar program executable file.
  26. TskBarHk.DLL    System message queue DLL.
  27. ReadMe.TXT      Program documentation.
  28. Register.TXT    Registration information.
  29. Install.CMD     Installation program.
  30. BootDriv.EXE    Utility used by the installation program.
  31. MakeObjs.CMD    Utility to recreate Taskbar desktop objects.
  32. Changes.TXT     Summary of changes made in different versions.
  33.  
  34. Installation
  35. ------------
  36. To install the taskbar program, start an OS/2 command line session and
  37. unzip the contents of the distribution zip file into a temporary directory.
  38. Then make the temporary directory the current directory, and run the
  39. installation program by typing 'INSTALL destDir' where destDir contains
  40. the drive and path name of the directory where you want the taskbar program
  41. files stored. The installation program will:
  42.  
  43.     1) if necessary, create the destination directory.
  44.     2) copy Taskbar.EXE, TskBarHk.DLL, and MakeObjs.CMD to the
  45.         destination directory.
  46.     3) make sure the LIBPATH statement in your Config.Sys has a reference
  47.         to either the '.' directory or the destination directory. Your
  48.         Config.Sys LIBPATH statement will be automatically updated
  49.         if necessary.
  50.     4) create a program object on the desktop for the taskbar program.
  51.     5) create a shadow of the taskbar program object in the startup folder.
  52.  
  53. The installation program requires that the OS/2 REXX support be installed.
  54. If REXX support is not installed, you will need to do an OS/2 selective
  55. install and install REXX support before installing Taskbar.
  56.  
  57. Note: If you are upgrading from a previous version of the program, make sure
  58.       that the old version of the program has been shut down before running
  59.       the installation program.
  60.  
  61. If for some reason the Taskbar program objects should be accidentally
  62. deleted, you can recreate the Taskbar program objects by using the
  63. provided MakeObjs utility. To run MakeObjs, start an OS/2 command line
  64. session, set the current directory to the taskbar program directory,
  65. and type 'MAKEOBJS'.
  66.  
  67. Starting the program
  68. --------------------
  69. By default, a shadow of the Taskbar program object is installed in the
  70. Workplace Shell startup folder, so Taskbar will be automatically started
  71. when the system is started, thus no user intervention should be necessary
  72. to startup the program. An alternative method of starting Taskbar if the
  73. Taskbar startup folder object has been deleted is to double click on the
  74. Taskbar program object that was created on the desktop.
  75.  
  76. Using the program
  77. -----------------
  78. In order to display the taskbar, move the mouse pointer to the edge of the
  79. screen where the taskbar is to be shown (on initial install this is set to
  80. the bottom of the screen). The taskbar will remain visible as long as the
  81. mouse pointer remains over the taskbar. Moving the mouse pointer over a
  82. button will cause a small bubble help window to appear containing the text
  83. description of the program. Press the appropriate button with the mouse
  84. to switch to the desired task.
  85.  
  86. If more programs are running than can be fit in the taskbar, the two scroll
  87. buttons on either end of the taskbar will be enabled, allowing you to scroll
  88. through the list of tasks. The most recently started tasks will always appear
  89. at the beginning of the list.
  90.  
  91. Right clicking on a task button will display a popup menu containing the
  92. following items:
  93.  
  94.     Menu item           Description
  95.     ---------           ----------------------
  96.     Close               Closes the selected task.
  97.  
  98.     Show                Makes the selected task's window visible on the
  99.                         desktop, places it in front of all the other
  100.                         open windows, and switches to the task. This
  101.                         option is equivalent to pressing the task button
  102.                         with the left mouse button.
  103.  
  104.     Minimize            Minimizes the selected task's window.
  105.  
  106.     Maximize            Maximizes the selected task's window.
  107.  
  108.     Hide                Hide the selected task's window.
  109.  
  110.     Restore             Restore the selected task's window to its original
  111.                         size.
  112.  
  113.     Taskbar settings    Displays the taskbar program settings dialog.
  114.  
  115.     Shutdown taskbar    Shuts down the taskbar program.
  116.  
  117. Note that, depending on the type and state of the task's frame window, one or
  118. more of the menu choices could be disabled. For example, the 'Restore' item
  119. will only be enabled if the task's frame window is minimized or maximized.
  120.  
  121. Right clicking on a non task button portion of the taskbar will display a
  122. popup menu with the following items:
  123.  
  124.     Menu item           Description
  125.     ---------           ----------------------
  126.     Taskbar settings    Displays the taskbar program settings dialog.
  127.  
  128.     Shutdown taskbar    Shuts down the taskbar program.
  129.  
  130. Customization
  131. -------------
  132. Taskbar can be configured so that the taskbar is located at any one of
  133. the four edges of the screen. The taskbar is activated by moving the mouse
  134. to the edge of the screen where the taskbar popup is to be displayed. On
  135. initial installation, Taskbar is configured so that the task bar is displayed
  136. across the bottom of the screen.
  137.  
  138. To access the program settings dialog, activate the taskbar by moving the
  139. mouse cursor to the appropriate edge of the screen, right click somewhere
  140. inside the taskbar, and select the 'Taskbar settings' option on the displayed
  141. popup menu. The location where the taskbar is displayed can then be set by
  142. checking the appropriate check box in the settings dialog box. Press the
  143. 'Ok' button to cause the change to take effect. Press 'Cancel' to abort the
  144. change.
  145.  
  146. If you are running Warp, the settings dialog contains an additional
  147. checkbox labeled "Use small icons". When this is checked, the buttons in
  148. the taskbar will be displayed at half the normal size.
  149.  
  150. The taskbar program has the capability to always display a line along
  151. the activation edge of the screen as a visual indicator of the current
  152. setting of the taskbar location. This feature can be turned on/off with
  153. the checkbox labeled 'Show taskbar location'. The color of the indicator
  154. line can be changed by pressing the 'Color...' button.
  155.  
  156. Note to ATI Mach-32 users:
  157.   There is a bug in the ATI Mach-32 display drivers included with Warp
  158.   that prevents the visual indicator from being visible if the activation
  159.   edge is set to the left edge of the screen.
  160.  
  161. If you are running Warp, the taskbar program has the capability to
  162. automatically float the Warp launchpad window to the top whenever the
  163. taskbar is activated. This feature can be turned on/off with the
  164. checkbox labeled 'Surface Launchpad'.
  165.  
  166. The program settings dialog also contains two additional buttons, 'Register'
  167. and 'Info'. The 'Register' button appears only in unregistered copies
  168. of the program, and is used to enter the program registration information.
  169. The 'Info' button displays a dialog containing the program version number
  170. and registration information.
  171.  
  172. Support
  173. -------
  174. On-line support is available by sending messages to one of the following:
  175.  
  176.     Compuserve  73457,521
  177.     Internet    ryoder@ibm.net
  178.  
  179.